Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / Factory1 Class / UnregisterEffect Method / UnregisterEffect<T>() Method

In This Topic
    UnregisterEffect<T>() Method
    In This Topic
    Unregister a ICustomEffect.
    Syntax
    'Declaration
     
    Public Overloads Sub UnregisterEffect(Of T As ICustomEffect)() 
    public void UnregisterEffect<T>()
    where T: ICustomEffect

    Type Parameters

    T
    See Also